projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6191e0
)
Fix typo in object-print cleanup
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 13 Jun 2019 15:42:21 +0000
(17:42 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 13 Jun 2019 15:42:26 +0000
(17:42 +0200)
* lisp/cedet/srecode/insert.el
(srecode-insert-variable-secondname-handler): Fix typo in
object-print cleanup.
lisp/cedet/srecode/insert.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/srecode/insert.el
b/lisp/cedet/srecode/insert.el
index 2c3b996dd7b6c9af23cefd84fc8abc395cfaee49..66bdf785c6312c696e1a25a2665bbede6b475b86 100644
(file)
--- a/
lisp/cedet/srecode/insert.el
+++ b/
lisp/cedet/srecode/insert.el
@@
-464,7
+464,7
@@
If SECONDNAME is nil, return VALUE."
(srecode-insert-report-error
dictionary
"Variable inserter %s: second argument `%s' is not a function"
- (c-print-object sti) secondname)))
+ (c
l
-print-object sti) secondname)))
value))
(cl-defmethod srecode-insert-method ((sti srecode-template-inserter-variable)